Flow Requests
Route: flow_requests Description: Requests to run a flow
Endpoints
Load Flow Request By Flow Session
Load the record by flow session
Endpoint
https://api.botdojo.com/api/v1/:account_id/projects/:project_id/flow_requests/loadByFlowSession
Parameters (Array)
Index | Name | Description | Type |
---|---|---|---|
0 | flowId | The id of the flow | String |
1 | sessionId | The id of the session | String |
Returns
- results - Array
Example
curl -X POST -H "Content-Type: application/json" -H " Authorization: YOUR_API_KEY" -d '{
[
"flowId",
"sessionId"]
}' "https://api.botdojo.com/api/v1/:account_id/projects/:project_id/flow_requests/loadByFlowSession"